@charset "utf-8";
a,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
select,
td,
textarea,
th,
tr,
ul {
    margin: 0;
    padding: 0
}

dl,
li,
ol,
ul {
    list-style-type: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
b,
strong {
    font-style: normal;
    font-weight: 400;
    font-style: normal
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

button,
input {
    overflow: visible;
    vertical-align: middle;
    outline: 0
}

body,
button,
input,
select,
td,
textarea,
th {
    font: 12px/1.6 'Hiragino Sans GB', 'microsoft yahei', arial, sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
	font-family: "microsoft yahei"
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
}

a,
area {
    outline: 0;
    color: #333;
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    outline: 0
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

:focus {
    outline: 0
}

sub,
sup {
    vertical-align: baseline
}

textarea {
    resize: none;
    overflow: hidden;
    resize: none
}

img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

.img-responsive {
    max-width: 100%;
    height: auto
}

html {
    overflow: -moz-scrollbars-vertical;
}

.clear {
    display: block!important;
    float: none!important;
    clear: both;
    overflow: hidden;
    width: auto!important;
    height: 0!important;
    margin: 0 auto!important;
    padding: 0!important;
    font-size: 0;
    line-height: 0
}

::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.dn {
    display: none;
}


/*主体部分通用样式*/

.row:after,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.row,
.clearfix {
    *zoom: 1;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.wrapperleft {
    width: 250px;
    float: left;
}

.wrapperRight {
    width: 930px;
    float: right;
}

input:disabled,
button:disabled {
    border: 1px solid #DDD!important;
    background-color: #999!important;
    color: #fff!important;
}

input[disabled],
button[disabled] {
    border: 1px solid #DDD!important;
    background-color: #999!important;
    color: #fff!important;
}

input.disabled,
a.disabled {
    border: 1px solid #DDD!important;
    background-color: #999!important;
    color: #fff!important;
}

.l {
    float: left
}

.r {
    float: right;
}

.bfc {
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jusitify {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0;
}

.jusitify .jusitifyItem {
    display: inline-block;
    font-size: 14px;
}

.left_fix {
    display: inline-block;
    vertical-align: top;
    height: 0;
    padding: 0;
    margin: 0;
}

/* 模板精选 */
.mudoleDiv {
	height: 100px;
	overflow: hidden;
	margin:0 0 20px;
}

.caeImg{
	display: block;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/*header*/

.header {
    height: 100px;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

.headLogo {
    float: left;
}

.headLogo a:first-child {
    text-indent: -9999px;
    font-size: 0;
	display: block
}

.headLogo h1 {
    padding-top: 30px;
}


/*nav*/

.nav {
    height: 100%;
    margin-left: 25px;
    float: left;
}

.nav>li {
    float: left;
    position: relative;
}

.nav .navItem {
    padding: 0 16px;
    font: 16px/100px 微软雅黑;
    color: #303245;
}

.navItem+.iconfont {
    font: 20px/100px 微软雅黑;
    color: #c4c4c4;
    position: absolute;
    top: 0;
    left: 80px;
}

.nav .navItem.on {
    color: #ff3934;
}

.navSub {
    position: absolute;
    top: 90px;
    left: 19px;
    height: 163px;
    background: #fff;
    border-radius: 8px;
    padding: 0 23px;
    box-shadow: 0px 2px 12px 0px rgba(19, 0, 0, 0.12);
    z-index: 99;
    display: none;
}

.navSub .navSubBg {
    width: 22px;
    height: 21px;
    position: absolute;
    top: -21px;
    left: 22px;
}

.navSub ul {
    font-size: 0;
    white-space: nowrap;
}

.navSub li {
    display: inline-block;
}

.navSubItem {
    width: 121px;
    display: block;
    padding-top: 33px;
    text-align: center;
}

.navSubItem .navSubImg {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.navSubItem p {
    font: 14px/14px 微软雅黑;
    color: #303245;
}

.headTel {
    float: right;
    text-align: right;
    padding-top: 30px;
}

.headTelTxt {
    font: 16px/16px 微软雅黑;
    color: #888;
}

.headTelNum {
    font: 24px/26px DINCond-bold;
    color: #f77123;
}


/*右侧悬浮*/

.sideFloat {
    width: 162px;
    height: 328px;
    border-radius: 6px;
    background: #ff3934;
    position: fixed;
    top: 50%;
    right: 5%;
    margin-left: 690px;
    z-index: 99;
    overflow: hidden;
    box-shadow: 2px 3px 12px 0px rgba(0, 0, 0, 0.06);
    display: none;
}

.sideContact {
    background: #fff;
    margin-top: 4px;
    overflow: hidden;
}

.sideContact .QQ {
    display: block;
    width: 142px;
    height: 42px;
    background: #f6f7f8;
    border-radius: 20px;
    text-align: center;
    line-height: 42px;
    margin: 10px;
    color: #303245;
}

.sideContact .wechat {
    height: auto;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    overflow: hidden;
    font: 16px/16px 微软雅黑;
    color: #303245;
	padding-bottom:12px;
}

.sideContact .qrcode {
    width: 80px;
    height: 80px;
    display: block;
    margin: 20px auto 12px;
}

.sideContact .tel {
    padding: 14px 0 0 0;
    height:52px;
}

.sideContact .tel p:first-child {
    font: 16px/16px 微软雅黑;
    color: #303245;
	text-align:center;
}

.sideContact .tel p:first-child+p {
    font: 20px/20px DINCond-bold;
    color: #f77123;
	margin-top:6px;
	text-align:center
}
.sideContact .tel p:first-child+p+p {
    font: 20px/20px DINCond-bold;
    color: #f77123;
	margin-top:6px;
}

.toTop {
    font: 16px/50px 微软雅黑;
    color: #fff;
    text-align: center;
    cursor: pointer;
}


/*服务*/

.serviceWrap {
    height: 190px;
    background: #ff3934;
}

.service {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.service p {
    font: 36px/36px 微软雅黑;
    color: #fff;
    padding: 40px 0 16px;
    margin-left: 150px;
}

.service p span {
    color: #fff000;
}

.serviceInpWrap {
    height: 56px;
    width: 545px;
    background: #fff;
    border-radius: 28px;
    margin-left: 150px;
    overflow: hidden;
	position:relative;
}

.serviceInpWrap input {
    float: left;
    width: 425px;
    height:26px;
    font: 18px/26px 微软雅黑;
    color: #303245;
    border: none;
    text-indent: 28px;
	padding:15px 0;
}

.serviceInpWrap button {
    height: 100%;
    width: 166px;
    border-radius: 28px;
    background: #ffcc31;
    font: 22px/56px 微软雅黑;
    color: #fff;
    text-align: center;
    border: none;
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
}

.serviceImg {
    position: absolute;
    bottom: 0;
    right: 150px;
}


/*footer*/

.footer {
    height: 430px;
    background: #1f1f23;
}

.foot {
    width: 1200px;
    margin: 0 auto;
    height: 347px;
    border-bottom: 1px solid #363639;
}

.footTel {
    float: left;
    width: 364px;
}

.footTel p:first-child {
    font: 14px/14px 微软雅黑;
    color: #b5b5b5;
    margin: 60px 0 4px;
}

.footTel p:first-child+p {
    font: 30px/30px DINCond-bold;
    color: #ff3934;
    margin-bottom: 4px;
}

.footTel .OnlineConsultation {
    width: 100px;
    height: 28px;
    border: 1px solid #363639;
    font: 14px/28px 微软雅黑;
    color: #b5b5b5;
    text-align: center;
    display: block;
}

.footListWrap {
    width: 126px;
    margin-right: 84px;
    float: left;
}

.footListTit {
    font: 18px/47px 微软雅黑;
    color: #b5b5b5;
    border-bottom: 1px solid #363639;
    margin-top: 46px;
}

.footList li a {
    font: 14px/30px 微软雅黑;
    color: #727272;
}

.footList li a:hover {
    color: #444;
	text-decoration: underline;
}

.footQRcode {
    float: right;
    width: 206px;
}

.footQRcode p {
    font: 18px/18px 微软雅黑;
    color: #b5b5b5;
    margin: 60px 0 15px;
}

.footQRcode p::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.footQRcode img {
    width: 80px;
    height: 80px;
    display: block;
    background: #fff;
    padding: 6px;
    float: left;
}

.footQRcode p+img {
    margin-right: 20px;
}

.footText {
    font: 14px/82px 微软雅黑;
    color: #616162;
    text-align: center;
	height:82px;
}
.footText a{color:#616162;}
@font-face {
    font-family: 'DINCond-medium';
    /* project id 916871 */
    src: url('/Temp/PC/fonts/DINCond-Medium.otf');
}

@font-face {
    font-family: 'DINCond-bold';
    /* project id 916871 */
    src: url('/Temp/PC/fonts/DINOT-Bold.otf');
}


/*-- iconfont样式 --*/
@font-face {
  font-family: 'iconfont';  /* project id 1446821 */
  src: url('//at.alicdn.com/t/font_1446821_2oiiww8qtm8.eot');
  src: url('//at.alicdn.com/t/font_1446821_2oiiww8qtm8.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1446821_2oiiww8qtm8.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1446821_2oiiww8qtm8.woff') format('woff'),
  url('//at.alicdn.com/t/font_1446821_2oiiww8qtm8.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1446821_2oiiww8qtm8.svg#iconfont') format('svg');
}

.iconfont {
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.nav li.new {
    position: relative;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nav li.new::after {
    display: block;
    font-size: 28px;
    content: "\e667";
    color: #FF3130;
    position: absolute;
    top: 18px;
    right: -14px
}
.nav li.last{margin-left:25px;}
.nav li.last .navItem{line-height: 30px;
    border: 1px solid #f77123;
    display: inline-block;
    border-radius: 30px;
    color: #f77123;
    margin-top: 35px;
    font-size: 14px;
  padding: 0 12px;}
  